import { Share, View, Button } from 'react-native'; ... const result = await Share.share({ message: 'React Native | A framework for building native apps using React', });